home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / InspectorManager / InspectMe / Makefile < prev    next >
Encoding:
Makefile  |  1992-07-30  |  975 b   |  41 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = InspectMe
  11.  
  12. INTERFACES = ColorInspector.nib InspectMe.nib InspectMeDoc.nib \
  13.              Inspector.nib ThingInspector.nib
  14. CLASSES = ColorInspector.m InspectMeApp.m InspectMeDoc.m \
  15.           InspectorManager.m Tank.m Thing1.m ThingInspector.m
  16. MFILES = InspectMe_main.m
  17. PSWFILES = PSWraps.psw
  18. TIFFFILES = InspectMeIcon.tiff
  19. APPICON = InspectMeIcon.tiff
  20.  
  21.  
  22. SOURCEMODE = 444
  23.  
  24. LIBS = -lNeXT_s -lsys_s
  25. DEBUG_LIBS = $(LIBS)
  26. PROF_LIBS = -lNeXT_p -lsys_p
  27.  
  28. MAKEFILEDIR = /usr/lib/nib
  29. ICONSECTIONS =    -sectcreate __ICON app InspectMeIcon.tiff
  30.  
  31. INSTALLDIR = $(HOME)/Apps
  32. INSTALLFLAGS = -c -s -m 755
  33.  
  34. -include Makefile.preamble
  35.  
  36. include $(MAKEFILEDIR)/app.make
  37.  
  38. -include Makefile.postamble
  39.  
  40. -include Makefile.dependencies
  41.